projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b610c50
)
(display-time-string-forms): Fix help-echo date format.
author
Juri Linkov
<juri@jurta.org>
Tue, 23 Mar 2004 07:41:38 +0000
(07:41 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 23 Mar 2004 07:41:38 +0000
(07:41 +0000)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index a4c5f97ac98c64348119f329338c72066f64c80a..ebc883b3d8e67c5c9b2e4fab7092439d0c85c339 100644
(file)
--- a/
lisp/time.el
+++ b/
lisp/time.el
@@
-177,7
+177,7
@@
depend on `display-time-day-and-date' and `display-time-24hr-format'."
(format-time-string (or display-time-format
(if display-time-24hr-format "%H:%M" "%-I:%M%p"))
now)
- 'help-echo (format-time-string "%
s
%b %e, %Y" now))
+ 'help-echo (format-time-string "%
a
%b %e, %Y" now))
load
(if mail
;; Build the string every time to act on customization.